home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / cvs / contrib / README < prev    next >
Text File  |  2005-10-16  |  5KB  |  129 lines

  1. This "contrib" directory is a place holder for code/scripts sent to me
  2. by contributors around the world.  This README file will be kept
  3. up-to-date from release to release.  BUT, we must point out that these
  4. contributions are really, REALLY UNSUPPORTED.  In fact, we probably
  5. don't even know what some of them really do.  We certainly do not
  6. guarantee to have tried them, or ported them to work with this CVS
  7. distribution.  If you have questions, your best bet is to contact the
  8. original author, but you should not necessarily expect a reply, since
  9. the author may not be available at the address given.
  10.  
  11. USE AT YOUR OWN RISK -- and all that stuff.
  12.  
  13. "Unsupported" also means that no one has volunteered to accept and check
  14. in changes to this directory.  So submissions for new scripts to add
  15. here are unlikely to be accepted.  Suggested changes to the existing
  16. scripts here conceivably might, but that isn't clear either, unless of
  17. course they come from the original author of the script.
  18.  
  19. If you have some software that works with CVS that you wish to offer it
  20. is suggested that you make it available by FTP or HTTP and then announce
  21. it on the info-cvs mailing list.
  22.  
  23. An attempt at a table of Contents for this directory:
  24.  
  25.     README        This file.
  26.  
  27.     check_cvs    A perl script to check an entire repository for
  28.             corruption.
  29.             Contributed by Donald Sharp <sharpd@cisco.com>.
  30.  
  31.      clmerge        A perl script to handle merge conflicts in GNU
  32.             style ChangeLog files .
  33.             Contributed by Tom Tromey <tromey@busco.lanl.gov>.
  34.  
  35.     cln_hist    A perl script to compress your
  36.             $CVSROOT/CVSROOT/history file, as it can grow quite
  37.             large after extended use.
  38.             Contributed by David G. Grubbs <dgg@ksr.com>
  39.  
  40.     commit_prep    A perl script, to be combined with log_accum.pl, to
  41.     log_accum    provide for a way to combine the individual log
  42.             messages of a multi-directory "commit" into a
  43.             single log message, and mail the result somewhere.
  44.             Can also do other checks for $Id and that you are
  45.             committing the correct revision of the file.
  46.             Read the comments carefully.
  47.             Contributed by David Hampton <hampton@cisco.com>.
  48.  
  49.     cvs2vendor    A shell script to move changes from a repository
  50.             that was started without a vendor branch to one
  51.             that has a vendor branch.
  52.             Contributed by Greg A. Woods <woods@planix.com>.
  53.  
  54.     cvs_acls    A perl script that implements Access Control Lists
  55.     cvs_acls.html    by using the "commitinfo" hook provided with the
  56.             "cvs commit" command.
  57.             Contributed by David G. Grubbs <dgg@ksr.com>.
  58.             Enhanced by Peter Connolly <Peter.Connolly@cnet.com>.
  59.  
  60.     cvscheck    Identifies files added, changed, or removed in a
  61.     cvscheck.man    checked out CVS tree; also notices unknown files.
  62.             Contributed by Lowell Skoog <fluke!lowell@uunet.uu.net>
  63.  
  64.     cvshelp.man    An introductory manual page written by Lowell Skoog
  65.             <fluke!lowell@uunet.uu.net>.  It is most likely
  66.             out-of-date relative to CVS 1.3, but still may be
  67.             useful.
  68.  
  69.     debug_check_log    A shell script to help analyze sanity check failures.
  70.             Contributed by Derek R. Price <derek@ximbiot.com>.
  71.  
  72.     descend        A shell script that can be used to recursively
  73.     descend.man    descend through a directory.  In CVS 1.2, this was
  74.             very useful, since many of the commands were not
  75.             recursive.  In CVS 1.3 (and later), however, most of
  76.             the commands are recursive.  However, this may still
  77.             come in handy.
  78.             Contributed by Lowell Skoog <fluke!lowell@uunet.uu.net>
  79.  
  80.     dirfns        A shar file which contains some code that might
  81.             help your system support opendir/readdir/closedir,
  82.             if it does not already.
  83.             Copied from the C-News distribution.
  84.  
  85.     intro.doc    A user's view of what you need to know to get
  86.             started with CVS.
  87.             Contributed by <Steven.Pemberton@cwi.nl>.
  88.  
  89.     log        A perl script suitable for including in your
  90.             $CVSROOT/CVSROOT/loginfo file for logging commit
  91.             changes.  Includes the RCS revision of the change
  92.             as part of the log.
  93.             Contributed by Kevin Samborn <samborn@sunrise.com>.
  94.  
  95.     log_accum    See commit_prep.
  96.  
  97.     mfpipe        Another perl script for logging.  Allows you to
  98.             pipe the log message to a file and/or send mail
  99.             to some alias.
  100.             Contributed by John Clyne <clyne@niwot.scd.ucar.edu>.
  101.  
  102.     pvcs2rcs    A perl script to convert a PVCS tree to an RCS tree.
  103.  
  104.     rcs-to-cvs    Script to import sources that may have been under
  105.             RCS control already.
  106.             Contributed by Per Cederqvist <ceder@lysator.liu.se>.
  107.  
  108.     rcs2log        A shell script to create a ChangeLog-format file
  109.             given only a set of RCS files.
  110.             Contributed by Paul Eggert <eggert@twinsun.com>.
  111.  
  112.     rcs2sccs    A shell script to convert simple RCS files into
  113.             SCCS files, originally gleaned off the network
  114.             somewhere (originally by "kenc") and modified by
  115.             Jerry Jelinek <jerry@rmtc.Central.Sun.COM> and
  116.             Brian Berliner <berliner@sun.com> to increase
  117.             robustness and add support for one-level of branches.
  118.  
  119.     rcslock        A perl script that can be added to your commitinfo
  120.             file that tries to determine if your RCS file is
  121.             currently locked by someone else, as might be the
  122.             case for a binary file.
  123.             Contributed by John Rouillard <rouilj@cs.umb.edu>.
  124.  
  125.     sccs2rcs    A C-shell script that can convert (some) SCCS files
  126.             into RCS files, retaining the info contained in the
  127.             SCCS file (like dates, author, and log message).
  128.             Contributed by Ken Cox <kenstir@viewlogic.com>.
  129.